Uses of Interface
edu.claflin.finder.logic.processor.Processable
Packages that use Processable
Package
Description
Contains the Algorithm code for finding bipartite subgraphs.
Contains classes related directly to processing.
-
Uses of Processable in edu.claflin.finder.algo
Classes in edu.claflin.finder.algo that implement ProcessableModifier and TypeClassDescriptionclassAbstraction of the algorithm classes used for finding subgraphs.classProcesses aGraphsearching for subgraphs by performing a breadth first search on each node of the graph.classBron-Kersboch Algorithm to find Maximal Cliques and Bicliques.classProcesses aGraphsearching for subgraphs.classProcesses aGraphsearching for connected components by performing a depth first search.classProcesses aGraphsearching for bipartite subgraphs by performing a depth first search on each node.classDeprecated.No replacement yet. -
Uses of Processable in edu.claflin.finder.algo.clustering
Classes in edu.claflin.finder.algo.clustering that implement ProcessableModifier and TypeClassDescriptionclassclassFastGreedy Algorithm for Community Detection.classGirvan-Newman Algorithm for Community Detection.classInfomapImplementation algorithm implemented using Mapping Higher-Order Network Flows in Memory and Multilayer Networks with InfomapImplementation by Daniel Edler, Ludvig Bohlin and Martin Rosvall.classTODO: MAKE COMMENTS NICE abcclassLeading Eigenvector Algorithm for Community Detection, following Mark Newman's "Finding community structure in networks using the eigenvectors of matrices".classLouvain algorithm implemented using the brief description by Mark Newman on pages 511-512 of "Networks Second Edition".classWalktrap Algorithm for Community Detection. -
Uses of Processable in edu.claflin.finder.algo.shortestpath
Classes in edu.claflin.finder.algo.shortestpath that implement Processable -
Uses of Processable in edu.claflin.finder.algo.spanningtree
Classes in edu.claflin.finder.algo.spanningtree that implement Processable -
Uses of Processable in edu.claflin.finder.logic.processor
Methods in edu.claflin.finder.logic.processor with parameters of type ProcessableModifier and TypeMethodDescriptionBatchProcessor.processMultiple(T[] toProcess, Processable<T, S> processor) Processes multiple files.BatchProcessor.processSingular(T toProcess, Processable<T, S> processor) Processes a singular object.